GtkIconHelper: use FORCE_SCALE when force_scale_pixbuf is set
authorMatthias Clasen <mclasen@redhat.com>
Sun, 22 Jun 2014 15:14:41 +0000 (11:14 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 22 Jun 2014 15:52:11 +0000 (11:52 -0400)
commit6d83b173df5f7de3a0498e98076da9359d506809
tree4cf7b55d03ffe087883abd2ac42b2a32fd38ccc4
parent6cc32c24be5db07d9a26b953401d955e2e62025c
GtkIconHelper: use FORCE_SCALE when force_scale_pixbuf is set

When force_scale_pixbuf is set, the icon helper will scale the
icon to the requested size (either the pixel size, or the resolved
icon size), so we can just as well instruct the icon theme code
to do the scaling for us.
gtk/gtkiconhelper.c